projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882e61b
)
(dired-do-chxxx): Use -- as arg
author
Richard M. Stallman
<rms@gnu.org>
Tue, 31 Dec 1996 04:49:28 +0000
(
04:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 31 Dec 1996 04:49:28 +0000
(
04:49
+0000)
so that the file name is never taken as an option.
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 69ea15922c47813a347943b42746b82b50b7e3c7..c8e37ea340ab0ddfa393301e43db5508e592bc18 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-98,7
+98,7
@@
With prefix arg, prompt for argument SWITCHES which is options for `diff'."
(setq failures
(dired-bunch-files 10000
(function dired-check-process)
- (list operation program new-attribute)
+ (list operation program new-attribute
"--"
)
files))
(dired-do-redisplay arg);; moves point if ARG is an integer
(if failures